Skip to content

Fixing the timeouts.#1909

Merged
singhsarab merged 4 commits intomicrosoft:masterfrom
singhsarab:FixTimeouts
Feb 1, 2019
Merged

Fixing the timeouts.#1909
singhsarab merged 4 commits intomicrosoft:masterfrom
singhsarab:FixTimeouts

Conversation

@singhsarab
Copy link
Contributor

@singhsarab singhsarab commented Feb 1, 2019

  1. Made DesignModeClient timeout to connect to translation layer process configurable.
  2. Removed redundant timeouts
  3. ConnectionTimeout in VsTestConsoleWrapperAsync.

1. Made DesignModeClient timeout to connect to translation layer process configurable.
2. Removed redundant timeouts
3. ConnectionTimeout in VsTestConsoleWrapperAsync.
@singhsarab singhsarab merged commit b7b6283 into microsoft:master Feb 1, 2019
EqtTrace.Info("Trying to connect to server on port : {0}", port);
this.communicationManager.SetupClientAsync(new IPEndPoint(IPAddress.Loopback, port));

var connectionTimeout = EnvironmentHelper.GetConnectionTimeout();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we change environemnt helper function to return a timespan?

singhsarab added a commit to singhsarab/vstest that referenced this pull request Mar 5, 2019
* Fixing the timeouts.
1. Made DesignModeClient timeout to connect to translation layer process configurable.
2. Removed redundant timeouts
3. ConnectionTimeout in VsTestConsoleWrapperAsync.

* Fixed the Acceptance tests related to Framework 3.5 changes
singhsarab added a commit that referenced this pull request Mar 5, 2019
* Translation Layer connection timeout (#1843)

* Adding the missing assemblyInfo files and updating the copyrights (#1859)

* Stop trying to connect if the test host exits unexpectedly  (#1853)

* Running NETFramework 3.5 in compat mode (#1906)

* Fixing the timeouts. (#1909)

* Fixing the connection timeout (#1910)

* TestPlatform.PR (#1837)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants